home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 [x86] / NeXT Step 3.1 Intel.cdr.dmg / NextApps / Mail.app / German.lproj / mailbox.nib / data.classes next >
Text File  |  1992-06-18  |  489b  |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     orderFrontNXColorPanel:;
  4.     performResize:;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. IconView = {
  9.     SUPERCLASS = View;
  10. };
  11. Browser = {
  12.     SUPERCLASS = Control;
  13. };
  14. TransferPanel = {
  15.     ACTIONS = {
  16.     transfer:;
  17.     loadForm:;
  18.     doit:;
  19.     delete:;
  20.     newMbox:;
  21.     open:;
  22.     };
  23.     OUTLETS = {
  24.     win;
  25.     form;
  26.     browser;
  27.     transfer;
  28.     new;
  29.     open;
  30.     appIcon;
  31.     delete;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. NXBrowser = {
  36.     OUTLETS = {
  37.     delegate;
  38.     };
  39.     SUPERCLASS = Control;
  40. };
  41.